home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr26
/
netprog.zip
/
NETPROG.TAR
/
lock
/
locknone.c
< prev
next >
Wrap
Text File
|
1989-12-17
|
114b
|
16 lines
/*
* Locking routines that do nothing.
*/
my_lock(fd)
int fd;
{
return;
}
my_unlock(fd)
int fd;
{
return;
}